gitlab-ci: Reenable ccache but disable it during the initial meson call
authorChristoph Reiter <creiter@src.gnome.org>
Wed, 11 Apr 2018 10:18:55 +0000 (12:18 +0200)
committerChristoph Reiter <creiter@src.gnome.org>
Wed, 11 Apr 2018 13:33:00 +0000 (15:33 +0200)
commitc542115906ff2623b157ee540150af91cba82f8e
tree4f0fcfea3ae136fb8a1ae30c81beb5e3239bc6f1
parentd448be007ee2111794dcd9315a6441c6127c920c
gitlab-ci: Reenable ccache but disable it during the initial meson call

There where some problems (??) with ccache not detecting changes during meson
checks. Setting CCACHE_DISABLE during the meson execution makes ccache not use
the cache and pass things directly to the compiler.
.gitlab-ci.yml
.gitlab-ci/test-docker.sh
.gitlab-ci/test-msys2.sh